home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TTRACEPOLLFORM / TTRACEPOLLFORM.txt
Text File  |  1997-07-16  |  881b  |  45 lines

  1. object TracePollForm: TTracePollForm
  2.   Left = 70
  3.   Top = 84
  4.   BorderStyle = bsDialog
  5.   Caption = 'Poll Information'
  6.   ClientHeight = 269
  7.   ClientWidth = 522
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object bOK: TButton
  18.     Left = 368
  19.     Top = 232
  20.     Width = 75
  21.     Height = 25
  22.     Cancel = True
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object Field: TMemo
  29.     Left = 8
  30.     Top = 8
  31.     Width = 505
  32.     Height = 213
  33.     TabStop = False
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'Fixedsys'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     ReadOnly = True
  41.     ScrollBars = ssBoth
  42.     TabOrder = 1
  43.   end
  44. end
  45.